From: Lee Daniel Crocker Date: Wed, 14 May 2003 21:23:46 +0000 (+0000) Subject: Putting "go" button first. X-Git-Tag: 1.1.0~561 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=31e27cd9710f4ee9218d28fc06061a5ebc127405;p=lhc%2Fweb%2Fwiklou.git Putting "go" button first. --- diff --git a/includes/Skin.php b/includes/Skin.php index 55e32e42c8..407f2fc936 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -454,13 +454,13 @@ function toggleVisibility( _levelId, _otherId, _linkId) { function searchForm() { global $search; - $s = "
" . "\n" - . " 
"; + . " " + . ""; return $s; }